process identifier - определение. Что такое process identifier
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое process identifier - определение

NUMBER TO IDENTIFY EACH PROCESS RUNNING ON A COMPUTER
Process ID; Getpid; Pidfile; PID file; Process identifier file
Найдено результатов: 2472
process identifier         
<operating system> (PID) An integer used by the Unix kernel to uniquely identify a process. PIDs are returned by the fork system call and can be passed to wait() or kill() to perform actions on the given process. (1996-12-09)
process ID         
Unique identifier         
IDENTIFIER WHICH IS UNIQUE AND PERMANENT WITHIN A SUBSET OF SPACE AND TIME
Unique Identification Number; Unique identifiers; Unique Identifier(UID); Unique Object Identifier; Unique identifying code
A unique identifier (UID) is an identifier that is guaranteed to be unique among all identifiers used for those objects and for a specific purpose. The concept was formalized early in the development of Computer science and Information systems.
CLSID         
128-BIT NUMBER USED TO IDENTIFY INFORMATION IN COMPUTER SYSTEMS
GUID; Globally unique identifier; UUID; Clsid; Guid; CLSID; Uuid; REFIID; UUIDs; Globally Unique Identifier; Universally Unique Identifier; Libuuid; CUID; Cuid; Universal unique identifier; Globally unique universal identifier; Globally unique; Universally unique
CLasS IDentifier (Reference: COM)
Guid         
128-BIT NUMBER USED TO IDENTIFY INFORMATION IN COMPUTER SYSTEMS
GUID; Globally unique identifier; UUID; Clsid; Guid; CLSID; Uuid; REFIID; UUIDs; Globally Unique Identifier; Universally Unique Identifier; Libuuid; CUID; Cuid; Universal unique identifier; Globally unique universal identifier; Globally unique; Universally unique
·noun A flower. ·see Gold.
UUID         
128-BIT NUMBER USED TO IDENTIFY INFORMATION IN COMPUTER SYSTEMS
GUID; Globally unique identifier; UUID; Clsid; Guid; CLSID; Uuid; REFIID; UUIDs; Globally Unique Identifier; Universally Unique Identifier; Libuuid; CUID; Cuid; Universal unique identifier; Globally unique universal identifier; Globally unique; Universally unique
Universal Unique IDentifier
GUID         
128-BIT NUMBER USED TO IDENTIFY INFORMATION IN COMPUTER SYSTEMS
GUID; Globally unique identifier; UUID; Clsid; Guid; CLSID; Uuid; REFIID; UUIDs; Globally Unique Identifier; Universally Unique Identifier; Libuuid; CUID; Cuid; Universal unique identifier; Globally unique universal identifier; Globally unique; Universally unique
Global[Additional explanations: ly] Unique IDentifier (Reference: COM)
Legal process         
  • Example of physical [[procedural records]] from the .
  • Example of electronic consultation of physical [[procedural records]] of the .
ANY FORMAL NOTICE OR WRIT BY A COURT OBTAINING JURISDICTION OVER A PERSON OR PROPERTY
Judicial process; Process (legal)
Legal process (sometimes simply process) is any formal notice or writ by a court obtaining jurisdiction over a person or property. Common forms of process include a summons, subpoena, mandate, and warrant.
Chemical process         
METHOD OR MEANS OF SOMEHOW CHANGING ONE OR MORE CHEMICALS OR CHEMICAL COMPOUNDS
Process chemicals; Process (chemical)
In a scientific sense, a chemical process is a method or means of somehow changing one or more chemicals or chemical compounds. Such a chemical process can occur by itself or be caused by an outside force, and involves a chemical reaction of some sort.
Process calculus         
DIVERSE FAMILY OF RELATED APPROACHES FOR FORMALLY MODELLING CONCURRENT SYSTEMS
Process algebra; Process algebras; Process Algebra; Process calculi; Basic Process Algebra; Hybrid process algebra; Hybrid Process Algebra; Sequential composition
In computer science, the process calculi (or process algebras) are a diverse family of related approaches for formally modelling concurrent systems. Process calculi provide a tool for the high-level description of interactions, communications, and synchronizations between a collection of independent agents or processes.

Википедия

Process identifier

In computing, the process identifier (a.k.a. process ID or PID) is a number used by most operating system kernels—such as those of Unix, macOS and Windows—to uniquely identify an active process. This number may be used as a parameter in various function calls, allowing processes to be manipulated, such as adjusting the process's priority or killing it altogether.